home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Music Box PC
/
Music Box PC(1995).iso
/
install3.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-26
|
2KB
|
104 lines
@ECHO OFF
if "%1" =="" goto ende
SET DRV=DISK3
:zwei
if not "%1" =="1" goto drei
SET PRG=_MP210.exe
SET DIR=MP210
goto install
:drei
if not "%1" =="2" goto vier
SET PRG=_KINGDAT.EXE
SET DIR=KINGDAT
goto install
:vier
if not "%1" =="3" goto fuenf
SET PRG=_CREATOR.exe
SET DIR=CREATOR
goto install
:fuenf
if not "%1" =="4" goto sechs
SET PRG=_player.exe
SET DIR=player
goto install
:sechs
if not "%1" =="5" goto ende
MD C:\MOD
md C:\MOD\MODZ
cd %DRV%
%DRV%
copy Z.exe C:\MOD\MODZ
C:\
cd C:\MOD\MODZ
Z.exe
C:\
cd c:\music
md C:\MOD\MODX
cd %DRV%
%DRV%
copy X.exe C:\MOD\MODX
C:\
cd C:\MOD\MODX
X.exe
C:\
cd c:\music
md C:\MOD\MODY
cd %DRV%
%DRV%
copy Y.exe C:\MOD\MODY
C:\
cd C:\MOD\MODY
Y.exe
C:\
cd c:\music
INSTALL4.BAT
goto ende
:install
CLS
ECHO ┌──────────────────────────────────────────────────────────────────┐
ECHO I N S T A L L A T I O N beginnt
ECHO Programm %DIR%
ECHO Zielverzeichnis C:\%DIR%
ECHO └──────────────────────────────────────────────────────────────────┘
md C:\%DIR%
cd %DRV%
copy %PRG% C:\%DIR%
C:\
cd C:\%DIR%
%PRG%
cd ..
goto ende
:fehler
cls
ECHO ┌──────────────────────────────────────────────────────────────────┐
ECHO │ Bitte Diskette Nr. 3 einlegen │
ECHO └──────────────────────────────────────────────────────────────────┘
pause
goto start
:ende
exit